header{
  width: 100%;
  box-sizing: border-box;
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 .text{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
header h1 .text h6{
  font-size: 28px;
  color: #15159c;
  font-weight: bold;
  margin-bottom: 12px;
}
header h1 .text p{
  font-size: 18px;
  color: #333333
}
header .h_nav ul,
header .h_nav {
  display: flex;
  align-items: center;
}
header .h_nav .dst{
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #2323a2;
  line-height: 36px;
  text-align: center;
  position: relative;
}
header .h_nav .dst .img{
  width: 100px;
  /* height: 100px; */
  transition: all .5s;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -50px;
  height: 0;
  opacity: 0;
  z-index: 5;
}
header .h_nav .dst:hover .img{
 height: 100px;
 opacity: 1;
}
header .h_nav ul li{
  margin-right: 30px;

}
header .h_nav ul li>a{
  color: #333333;
  line-height: 132px;
  display: block;
  position: relative;
}
header .h_nav ul li>a::before{
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 6px;
  background: #15159c;
  content: '';
  transition: all .5s;
  opacity: 0;
  transform: translateX(-50%)
}
header .h_nav ul li.on>a,
header .h_nav ul li>a:hover{
  color: #2323a2
}

header .h_nav ul li.on>a::before,
header .h_nav ul li>a:hover::before{
  width: 100%;
  opacity: 1;
}
header .h_nav .h_p{
  margin-right: 18px;
}
header .h_nav .h_p span{
  font-size: 18px;
  color: #15159c;
  font-weight: bold;
}
.index-set1{
  background: #f5f5f5
}
.index-set1-view{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-set1-ul{
  line-height: 82px;
}
.index-set1-ul span{
  color: #1e1e1e;
  font-weight: bold;
}
.index-set1-ul a{
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.index-set1-ul a.more{
  color: #1e1e1e;
  font-weight: bold;
}
.set-more a{
  width: 156px;
  text-align: center;
  display: block;
  background: #2323a2;
  color: #fff;
  line-height: 2.5;
  border-radius: 20px;
  transition: all .5s
}
.set-more a:hover{
  opacity: .8;
  transform: translateY(-3px)
}
.index-set2{
  padding: 96px 0;
  background: url('../images/index-set1-bj.jpg') no-repeat  center bottom;
  background-size: 100% auto;
}
.index-set2-views{
  display: flex;
  justify-content: space-between;
}
.index-set2-views .test span{
  font-size: 22px;
}
.index-set2-views .test h6{
  font-size: 40px;
  color: #181818;
  padding: 12px 0 35px;
  font-weight: bold;
}
.index-set2-views .test .cont{
  color: #666;
  font-size: 16px;
  width: 530px;
  line-height: 1.5;
}
.index-set2-views .test a{
  width: 180px;
  line-height: 58px;
  display: block;
  text-align: center;
  color: #fff;
  background: #15159c;
  margin-top: 40px;
  transition: all .5s
}
.index-set2-views .test a:hover{
  opacity: .8;
  transform: translateY(-3px)
}
.index-set2-views .test a::after{
  width: 9px;
  height: 14px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url('../images/ico-views.png') no-repeat center;
  margin-left: 20px;
}
.index-set2-views ul{
  display: flex;
  padding-top: 26px;
}
.index-set2-views ul li{
  margin-left: 102px;
  text-align: center
}
.index-set2-views ul li span{
  font-size: 60px;
  color: #15159c;
  font-weight:bold;
  white-space: nowrap
}
.index-set2-views ul li p{
  margin-top: 18px;
  white-space: nowrap
}
.index-set2-views ul li em{
  list-style:none;
  font-style: normal
}
.index-set3 ul{
  display: flex;
}
.index-set3 ul li{
  position: relative;
}
.index-set3 ul li .text-views{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  box-sizing: border-box;
  padding: 12% 12% 0;
}
.index-set3 ul li .text-views dd{
  padding: 0;
  margin: 0;
}
.index-set3 ul li .text-views em{
  font-size: 48px;
}
.index-set3 ul li .text-views .tit{
  margin: 25px 0;
}
.index-set3 ul li .text-views .tit h6{
  font-size: 34px;
  margin-bottom: 18px;
  font-weight: bold;
}
.index-set3 ul li .text-views .tip{
  display: flex;
}
.index-set3 ul li .text-views .tip .a{
  margin-right: 30px;
}
.index-set3 ul li .text-views .tip .a a{
  display: block;
  margin-bottom: 10px;
  line-height: 28px;
  position: relative;
}
.index-set3 ul li .text-views .tip .a a::after{
  width: 7px;
  height: 13px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url('../images/t-jt.png') no-repeat center;
  margin-left: 10px;
}
.index-set3 ul li .text-views .tip .a a::before{
  width: 0%;
  height: 1px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: #fff;
  transition: all .4s;
}
.index-set3 ul li .text-views .tip .a a:hover::before{
  width: 100%;
  opacity: 1;
}
.index-set3 ul li .text-views .tip .t span{
  display: block;
  line-height: 28px;
  margin-bottom: 10px;
}
.index-set3 ul li .text-views .dl2 dd{
   margin-bottom: 20px;
}
.index-set3 ul li .text-views .dst dl dd::before,
.index-set3 ul li .text-views .dl2 dd::before{
  width: 6px;
  height: 6px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.index-set3 ul li .text-views .dst dl{
  display: flex;
  flex-wrap: wrap;
  
}
.index-set3 ul li .text-views .dst dl dd{
  margin-bottom: 10px;
  width: 40%;
}
.index-set3 ul li .text-views .dst dl dd:nth-of-type(2n){
  width: 55%;
}
.index-set4 .index-set2{
  background: none;
  border-bottom: 1px solid #dcdcdc
}
.index-set5{
  padding: 70px 0;
}
.img {
  width: 100%;
  overflow: hidden;
}
.img img{
  width: 100%;
  height: auto;
  transition: all .4s
}
.index-set5-t .text{
  font-size: 14px;
  padding-top: 32px;
}
.index-set5-t .text h6{
  font-size: 20px;
  color: #181818;
  margin-bottom: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-set5-t  li:hover .text h6{
  color: #15159c
}
.index-set5-t .text p{
  margin-bottom: 8px;
}
.index-set5-view{
  width: 100%;
  position: relative;
}
.index-set5-view .img img{
    height: 200px;
    object-fit: cover;
}
.index-set5-view li a:hover img{
  transform: scale(1.1)
}
.next-page{
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #e4e4e4;
  border-radius: 50%;
  left: -80px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  background-image: url('../images/index-set5-l.png');
  background-repeat: no-repeat;
  background-position: 10px center
}
.next-page:hover{
  background-color: #15159c;
  background-position:-38px center
}
.prev-page{
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #e4e4e4;
  border-radius: 50%;
  right: -80px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  background-image: url('../images/index-set5-r.png');
  background-repeat: no-repeat;
  background-position: 14px center
}
.prev-page:hover{
  background-color: #15159c;
  background-position:-35px center
}
.index-set6 .index-set2{
  background: url('../images/index-set6-bj.jpg') no-repeat center;
  background-size: 100% 100%;
}
.index-set7{
  position: relative;
}
.index-set7-view{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}
.index-set7-page{
  background: #fff;
  width: 556px;
  padding: 62px 46px;
  box-sizing: border-box
}
.index-set7-page .tit span{
  font-size: 22px;
  color: #333333
}
.index-set7-page .tit h6{
  font-size: 40px;
  font-weight: bold;
  color: #181818;
  padding: 18px 0 32px;
}
.index-set7-page .cont{
  line-height: 36px;
  font-size: 18px;
  color: #333333
}
.index-set7-page .cont li{
  margin-bottom: 6px;
}
.index-set7-page .cont li::before{
  width: 6px;
  height: 6px;
  content: '';
  background: #15159c;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.index-moren-a{
  width: 180px;
  line-height: 58px;
  display: block;
  text-align: center;
  color: #fff !important;
  background: #15159c;
  margin-top: 40px;
  transition: all .4s
}
.index-moren-a:hover{
  opacity: .8;
  transform: translateY(-3px)
}
.index-moren-a::after{
  width: 9px;
  height: 14px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ico-views.png) no-repeat center;
  margin-left: 20px;
}
.index-set8{
  padding: 120px 0;
}
.index-set8-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-set8-title .tit{
  display: flex;
  align-items: flex-end; 
 line-height: 1;
}
.index-set8-title .tit h6{
  font-size: 40px;
  color: #181818;
  font-weight: bold;
  margin-right: 20px;
}
.index-set8-title .tit span{
  font-size: 18px;
  color: #666;
}
.index-set8-title .nav-new a{
   display: inline-block;
   width: 136px;
   text-align: center;
   color: #181818;
   line-height: 2.5;
   font-size: 18px;
   margin-left: 10px;
}
.index-set8-title .nav-new a.on{
  background: #15159c;
  color: #fff;
  border-radius: 25px
}
.index-set8-title{
  padding-bottom: 70px;
}
.index-set8-page{
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.index-set8-page .index-set8-ul{
  width: 38.2%;
  display: flex;
  flex-direction: column;
  justify-content:space-between;
}
.index-set8-page ul{
  display: flex;
  flex-wrap: wrap;
  width: 61.4%;
  justify-content: space-between
}
.index-set8-page img{
  width: 100%;
  height: auto;
}
.index-set8-page ul li{
  width: 49.8%;
  margin-bottom: 3px;
  transition: all .4s;
  height: 32.5%;
}
.index-set8-page ul li:hover{
  transform: translateY(-6px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1)
}
.index-set8-page ul li:hover a h6{
  color: #15159c
}
.index-set8-page ul li a{
  display: block;
  box-sizing: border-box;
  padding: 45px;
  background: #f5f5f5
}
.index-set8-page ul li a span{
  font-size: 14px;
}
.index-set8-page ul li a h6{
  font-size: 20px;
  color: #181818;
  padding: 15px 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.index-set8-page ul li a p{
  font-size: 14px;
  line-height: 1.5;
  height: 40px;
}
.index-set8-page ul li:nth-of-type(2) a,
.index-set8-page ul li:nth-of-type(3) a,
.index-set8-page ul li:nth-of-type(6) a{
  background: #e4e4e4
}
.index-set8-page ul li:nth-of-type(6),
.index-set8-page ul li:nth-of-type(5){
  margin-bottom: 0;
}
.index-set8-page-v:first-of-type{
  margin-bottom: 10px;
}
.index-set8-page-v a{
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 306px;
}
.index-set8-page-v a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s
}
.index-set8-page-v a:hover img{
  transform: scale(1.1)
}
.index-set8-page-v a h6{
  position: absolute;
  width: 100%;
  bottom: 18px;
  padding: 0 18px;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
  z-index: 1;
}
footer{
  background: url('../images/fooder-bj.jpg') no-repeat center;
  color: #fff;
  padding: 78px 0;
}
.footer-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-top-let .text{
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.footer-top-let .text .t{
  margin-left: 16px;
}
.footer-top-let .text .t h6{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.footer-top-let .text .t p{
  font-size: 20px;
}
.footer-top-let .text-cont{
  font-size: 16px;
  line-height: 2;
}
.footer-top-rig{
  display: flex;
}
.footer-top-rig .wx p{
  margin-top: 16px;
  font-size: 14px;
  text-align: center
}
.footer-top-rig .d-t a{
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.footer-top-rig .dts{
  text-align: right;
  margin-top: 118px;
}
.footer-top-rig .dts p{
  margin-bottom: 12px;
}
.footer-top-rig .dts p a{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.gw-nav{
  background: #eeeeee;
  line-height: 80px;
  font-size: 18px;
}
.gw-nav a{
  display: inline-block;
  margin-right: 56px;
  color: #181818
}
.gw-nav a.on,
.gw-nav a:hover{
  color: #15159c
}
.gw-title{
  margin-bottom: 75px;
}
.gw-title p{
  font-size: 22px;
}
.gw-title h6{
  font-size: 48px;
  margin-top: 12px;
}
.fzlc-set1{
  padding: 86px 0;
  background: url('../images/fw-bj.jpg') no-repeat top center;
  background-size: 100% auto
}
.fzlc-set1 .gw-title{
  text-align: center
}
.fzlc-set1-view{
  position: relative;
  /* padding-bottom: 20px; */
}
.fzlc-set1-view::before{
  width: 1px;
  height: 100%;
  content: '';
  background: #b5b5b5;
  position: absolute;
  left: 50%;
  top: 0;
}
.fzlc-set1-view li{
  width: calc(50% - 60px);
  margin-bottom: 40px;
  position: relative;
}
.fzlc-set1-view li:nth-of-type(2n-1){
  text-align: right
}
.fzlc-set1-view li:nth-of-type(2n){
  margin-left: auto;
}
.fzlc-set1-view li h6{
  font-size: 30px;
  color: #181818;
  margin-bottom: 12px;
}
.fzlc-set1-view li .cont{
  color: #333333;
  font-size: 18px;
}
.fzlc-set1-view li i{
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  border: 3px solid #15159c;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: absolute;
}
.fzlc-set1-view li i::before{
  width: 11px;
  height: 11px;
  content: '';
  display: block;
  background: #15159c;
  border-radius: 50%
}
.fzlc-set1-view li:nth-of-type(2n-1) i{
  right: -71px;
  top: 2px;
}
.fzlc-set1-view li:nth-of-type(2n) i{
  left: -71px;
  top: 2px;
}
.fzlc-set1-view .t-s{
  width: 23px;
  height: 23px;
  display: block;
  background: #15159c;
  border-radius: 50%;
  margin: 0 auto  80px;
  position: relative;z-index: 2;
}
.cont-set1{
  padding: 84px 0
}
.cont-set2 .gw-title,
.cont-set1 .gw-title{
  text-align: center
}
.cont-set2 .gw-title h6,
.cont-set1 .gw-title h6{
  font-size: 36px;
}
.cont-set1-nav ul{
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.cont-set1-nav ul li{
  width: 24%;
  padding: 20px 0;
  border-top: 3px solid #15159c;
  display: flex;
  align-items: center
}
.cont-set1-nav ul li .dt{
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  border: 1px solid #15159c;
  align-items: center;
  justify-content: center;
}
.cont-set1-nav ul li .text{
  font-size: 18px;
  color: #181818;
  line-height: 1.4;
  width: calc(100% - 70px);
  margin-left: 20px;
}
.cont-set2{
  padding-bottom: 128px;
}
.cont-set2 ul{
  display: flex;
  flex-wrap: wrap;
}
.cont-set2 ul li{
  width: 32%;
  margin-right: 2%;
  background: #eeeeee;
  margin-bottom: 20px;
  padding: 56px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.cont-set2 ul li::before{
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #15159c;
  z-index: -1;
  transition: all .5s;
  opacity: 0;
  transform: scale(0)
}
.cont-set2 ul li:hover::before{
  opacity: 1;
  transform: scale(1)
}
.cont-set2 ul li:hover .cont h6,
.cont-set2 ul li:hover h6{
  color: #ffffff
}
.cont-set2 ul li:hover .cont p{
  color: #ffffff
}
.cont-set2 ul li:nth-of-type(3n){
  margin-right: 0;
}
.cont-set2 ul li> h6{
  font-size: 30px;
  color: #333333;
  margin-bottom: 18px;
}

.cont-set2 ul li> .cont h6{
  color: #333333;
  font-size: 18px;
  margin-bottom: 14px;
}
.cont-set2 ul li> .cont p{
  color: #686868
}
.cont-set3-views{
  display: flex;
  align-content: center;
  justify-content: space-between
}
.cont-set3-views > div{
  width: 50%;
}
.cont-set3-views .cont{
  border: 1px solid #e5e5e5;
  padding-left: 5%;
  box-sizing: border-box;
  padding-top: 68px;
  padding-right: 5%;
 
}
.cont-set3-views .cont .gw-title{
  margin-bottom: 60px;
}
.cont-set3-views .cont .gw-title h6{
  font-size: 36px;
}
.cont-set3-views .cont .text{
  display: block;
  margin-bottom: 32px;
  line-height: 42px;
 padding: 0 26px;
 border-bottom: 1px solid #c9c9c9;
 width: 100%;
 box-sizing: border-box
}
.cont-set3-views .submit{
  width: 150px;
  line-height: 60px;
  text-align: center;
  background: #15159c;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: block
}
.cont-set4{
  margin-top: 100px;
}
.cont-set4 .gw-title{
  text-align: center
}
.cont-set4 .gw-title h6{
  font-size: 36px;
 
}
.cont-set4-views{
  display: flex;
  align-content: center
}
.cont-set4-li > div,
.cont-set4-views > div{
  width: 50%;
}
.cont-set4-li{
  display: flex;
  align-content: center;
}
.cont-set4-li .text{
  border: 1px solid #e5e5e5;
  padding: 80px 8% 0;
  box-sizing: border-box
}
.cont-set4-li .text span{
  font-size: 24px;
  margin-bottom: 10px;
}
.cont-set4-li .text h6{
  color: #181818;
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 22px;
}
.cont-set4-li .text .cont{
  line-height: 1.5;
}
.cont-set5{
  padding-top: 120px;
}
.cont-set5 .gw-title{
  text-align: center;
  margin-bottom: 50px;
}
.cont-set5 .gw-title h6{
  font-size: 36px;
}
.cont-set5 .gw-title h5{
  width: 940px;
  margin: 20px auto 0;
  color: #6e6e6e;
  line-height: 1.5;
}



.join-conten{
  padding-bottom: 50px
}
.join-conten dd{
  margin: 0;
  padding: 0;
}
.join-conten h3{
  font-size: 48px;
  color: #444;
  /* font-weight: bold; */
  padding: 80px 0 60px 0;
}
.join-conten h3::after{
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #444444;
  margin-top: 12px;
}
.join-conten dl{
  width: 100%;
  font-size: 16px;
  color: #444;
  /* border: 1px solid #ddd; */
}
.join-conten dl dt,
.join-conten dl dd{
 box-sizing: border-box;
 display: block;
 /* padding: 0 30px; */
 background: #eeeeee
}
/* .join-conten dl dd:hover{
  background: #f2f1f1 !important
} */
/* .join-conten dl dd:nth-of-type(2n-1){
  background: #fdfdfe;
}
.join-conten dl dd:nth-of-type(2n){
  background: #f8f8f8;
} */
.join-conten dl ul{
  display: flex;
  justify-content: space-between;
  padding: 24px 30px;
  cursor: pointer;
}
.join-conten dl ul.on{
  background: #15159c;
  color: #fff
}
.join-conten dl ul li:first-of-type{
  width: 296px;
}
.join-conten dl ul li:last-of-type{
  width: 296px;
  text-align: right
}
.join-conten dl dt{
  border-top: 1px solid #d2d2d2;
  padding: 10px 0px;
  background: #fff
  /* background: #eaeaea; */
  /* border-bottom: 2px solid #aaaaaa */
}
.join-conten dl dd{
  margin-bottom: 10px;
  /* border-bottom: 1px solid #ddd */
}
.join-conten dl dd:last-of-type{
  margin-bottom: 0;
  /* border-bottom:none */
}
.join-conten dl dd .conten{
  /* display: flex; */
  /* justify-content: space-around; */
  /* border-top: 1px solid #dddddd; */
  border: 1px solid #c9c9c9;
  padding: 30px 50px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #fff
  /* display: none */
  
}
.join-conten dl dd .conten b{
  color: #828081;
  font-weight: normal;
  padding-right: 10px;
}
.join-conten dl dd .conten .zr{
  display: flex;
}
.join-conten .p{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.join-conten .p p{
  font-size: 18px;
  color: #444;
  line-height: 36px;
}
.join-conten .p a{
  display: block;
  text-align: center;
  background: #828081;
  color: #fff;
  width: 120px;
  line-height: 40px;
  height: 40px;
  margin-left: 30px;
  border-radius: 3px
}
.join-conten .p a:hover{
  background: #605f5e
}
.cont-set5-views{
  text-align: center;
  padding-bottom: 80px;
  line-height: 1.6;
  font-size: 16px;
  color: #333333
}

.case-cont{
  padding: 80px 0;
}
.case-title{
  padding-bottom: 35px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 58px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}
.case-title .case-nav a{
  display: inline-block;
  color: #181818;
  font-size: 18px;
  vertical-align: middle;
  margin-left: 12px;
  padding: 12px 20px;
  border-radius: 20px
}
.case-title .case-nav a.on,
.case-title .case-nav a:hover{
  background-color: #15159c;
  color: #fff;
}
.case-title p{
  font-size: 18px;
  color: #333333
}
.case-title h6{
  font-size: 36px;
  color: #333;
  margin-top: 12px;
}
.case-cont-views ul{
  display: flex;
  flex-wrap: wrap;
}
.case-cont-views ul li{
  width: 24%;
  margin-right: 1.333%;
  margin-bottom: 20px;
}
.case-cont-views ul li img{
  height: 340px;
  object-fit: cover
}
.case-cont-views ul li:hover img{
  transform: scale(1.1)
}
.case-cont-views ul li:nth-of-type(4n){
  margin-right: 0;
}
.case-cont-views ul li .text{
  padding: 25px 0;
}
.case-cont-views ul li:hover .text h6{
  color: #15159c
}
.case-cont-views ul li .text h6{
  font-size: 20px;
  color: #181818;
  margin-bottom: 12px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.case-cont-views ul li .text .cont{
  line-height: 1.5;
}
.hzkh-bj{
  background: #f6f6f6
}
.dhkh-views ul{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.dhkh-views li{
  width: 16%;
  margin-right: 0.8%;
  margin-bottom: 16px;
}
.dhkh-views li:nth-of-type(6n){
  margin-right: 0;
}
.dhkh-views li img{
  width: 100%;
  height: auto;
}
.fwbz-views{
  text-align: center;
  padding: 80px 0;
}
.fwbz-views li > div{
  width: 50%;
}
.fwbz-views li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d2d2d2;
  border-bottom: none
}
.fwbz-views li:last-of-type{
  border-bottom:1px solid #d2d2d2
}
.fwbz-views li .img{
  /* border-left: 1px solid #d2d2d2; */
}
.fwbz-views li .text{
  text-align: left;
  padding: 0 5%;
  box-sizing: border-box
}
.fwbz-views li .text h4{
  font-size: 32px;
  color: #181818;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.fwbz-views li .text h6{
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
.fwbz-views li .text .cont{
  line-height: 1.6;
  color: #666;
  font-size: 14px;
}
.fwbz-views ul{
  padding-bottom: 132px;
}
.fwbz-views-f .f-t{
  display: flex;
  justify-content: space-between;
} 
.fwbz-views-f .f-t input{
  display: block;
  width: 32%;
  border: 1px solid #898989;
  box-sizing: border-box;
  padding: 16px;
}
.fwbz-views-f textarea{
  display: block;
  border: 1px solid #898989;
  padding: 16px;
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0;
}
.fwbz-views-f .submit{
  width: 135px;
  line-height: 56px;
  text-align: center;
  background: #15159c;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  cursor: pointer;
}



.com-pages {

  margin-top: 0px;

  text-align: center;

  font-size: 0;

}

.com-pages span,

.com-pages a {

  display: inline-block;

  width: 35px;

  height: 40px;

  line-height: 40px;

  margin: 0 5px;

  font-size: 14px;

  font-weight: 700;

  background: #d6d6d6;

  transition: all .3s;

  vertical-align: middle;

}

.com-pages a:first-of-type,

.com-pages a:last-of-type {

  width: 85px;

  color: #15159c;

  background: #d6d6d6;

}

.com-pages a:first-of-type:before,

.com-pages a:last-of-type:before {

  content: '上一页';

  display: block;

  width: 100%;

  height: 100%;

}

.com-pages a:last-of-type:before {

  content: '下一页';

}

.com-pages a:hover {

  color: #fff;

  background-color: #15159c;

}

.com-pages span {

  color: #fff;

  background: #15159c;

}

.com-pages label {

  display: none;

}




.qwwh-set1{
  text-align: center;
  padding: 82px 0;
}
.qwwh-set1-views{
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-top: 74px;
}
.qwwh-set1-views .imgbig{
  width: 49%;
  transition: all .4s
}
.qwwh-set1-views .imgbig:hover{
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(-6px)
}
.qwwh-set1-views  ul{
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.qwwh-set1-views .imgd{
  width: 100%;
  position: relative;
  transition: all .4s;
  background: #fff;
}
.qwwh-set1-views .imgd:hover{
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(-6px)
}
.qwwh-set1-views .imgd > img{
  width: 100%;
  height: auto;
  opacity: .8;
}
.qwwh-set1-views .txt{
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
  padding: 0 6%;
  box-sizing: border-box;
  text-align: left;
  /* display: flex; */
  /* align-content: flex-start */
}
.qwwh-set1-views .txt .text{
  /* margin-left: 20px; */
  display: inline-block;
  padding-left: 10px;
  box-sizing: border-box;
  width: calc(100% - 70px);
  vertical-align: middle
  
}
.qwwh-set1-views .txt img{
  width: 65px;
  height: auto;
  display: inline-block;
}
.qwwh-set1-views .txt .text h6{
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 20px;
}
.qwwh-set1-views .txt .text p{
  line-height: 1.6;
}

.qwwh-set2 .common-title{
  text-align: center;
  padding-bottom: 82px;
}
.qwwh-set2{
  padding-bottom: 82px;
}
.qwwh-set2 li.swiper-slide-next,
.qwwh-set2 li.swiper-slide-prev{
  position: relative;
}
.qwwh-set2 li.swiper-slide-next::before,
.qwwh-set2 li.swiper-slide-prev::before{
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  background: #fff;
  opacity: .6;
}
.qwwh-set2 li .imgd{
  overflow: hidden;
}
.qwwh-set2 li .imgd img{
  width: 100%;
  height: auto;
  transition: all .4s
}
.qwwh-set2 li .imgd img:hover{
  transform: scale(1.1)
}
.qwwh-set2 .swiper-button-prev, 
.qwwh-set2 .swiper-container-rtl .swiper-button-next{
  left: 30%;
}
.qwwh-set2 .swiper-button-next, .qwwh-set2 .swiper-container-rtl .swiper-button-prev{
  right: 30%;
}
.companyProfile .qwwh-set2{
  padding-top: 82px;
}